.doc-section{padding:3rem 0;background-color:#fafaf8}.doc-section__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:0}@media(max-width:1024px){.doc-section__header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.doc-section__title{color:#1f1b16;margin:1rem 0 1rem;letter-spacing:-.02em}.doc-grid{display:grid;grid-template-columns:1fr}@media(min-width:768px){.doc-grid{grid-template-columns:repeat(2,1fr)}.doc-card{border-right:1px solid #e0ddd8;border-bottom:1px solid #e0ddd8}.doc-card:nth-child(even){border-right:0}.doc-card:nth-child(odd):last-child,.doc-card:nth-child(odd):nth-last-child(2),.doc-card:nth-child(even):last-child{border-bottom:0}}@media(max-width:767px){.doc-card:not(:last-child){border-bottom:1px solid #e0ddd8}}.doc-card{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;transition:box-shadow .6s ease}.doc-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.doc-card__bg{position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#1a8f3d;transition:height .55s cubic-bezier(.165,.84,.44,1);z-index:0}.doc-card:hover .doc-card__bg{height:100%}.doc-card--featured{background-color:#1a8f3d}.doc-card--featured .doc-card__bg{display:none}.doc-card__inner{position:relative;z-index:1;padding:50px 40px;display:flex;flex-direction:column;min-height:320px;border-radius:5px}.doc-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:1rem}.doc-card__num{color:#a3a19f;text-transform:uppercase;letter-spacing:.5px;transition:color .4s ease}.doc-card--featured .doc-card__num{color:#fff}.doc-card:hover .doc-card__num{color:#fff}.doc-card__meta{color:#a3a19f;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;transition:color .4s ease}.doc-card--featured .doc-card__meta{color:#fff}.doc-card:hover .doc-card__meta{color:#fff}.doc-card__title{font-size:1.375rem;color:#222;margin:0 0 16px;transition:color .4s ease}.doc-card--featured .doc-card__title{color:#fff}.doc-card:hover .doc-card__title{color:#fff}.doc-card__desc{letter-spacing:0;color:#666;margin:0 0 50px;flex:1;transition:color .4s ease}.doc-card--featured .doc-card__desc{color:#fff}.doc-card:hover .doc-card__desc{color:#fff}.doc-card__link{font-size:.75rem;color:#1f8a3e;display:inline-flex;align-items:center;gap:6px;position:static;padding-bottom:2px;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:left bottom;background-repeat:no-repeat;background-size:0 1px;transition:color .4s ease,background-size .4s ease}.doc-card__link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.doc-card__link svg{transition:transform .4s ease}.doc-card--featured .doc-card__link{color:#fff}.doc-card:hover .doc-card__link{color:#fff;background-size:100% 1px}.doc-card:hover .doc-card__link svg{transform:translateX(4px) rotate(-45deg)}@media(min-width:768px){.doc-item{border-right:1px solid var(--hai-border)}.doc-item:nth-child(2n){border-right:0}.doc-item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:767px){.doc-item:last-child{border-bottom:0}}